GXGetViewDeviceAttributes
You can use theGXGetViewDeviceAttributes
function to determine which attributes of a view device object are set.
gxDeviceAttribute GXGetViewDeviceAttributes(gxViewDevice source);
- source
- A reference to the view device whose attributes you wish to examine.
- function result
- The view device attributes of the source view device.
ERRORS, WARNINGS, AND NOTICES
Errors invalid_viewDevice_reference SEE ALSO
View device attributes are described in the section "View Device Attributes" on page 7-27.To set a view device's attributes, use the
GXSetViewDeviceAttributes
function, described next.